home *** CD-ROM | disk | FTP | other *** search
/ Clickx 22 / Clickx 22.iso / DATA / eLibPro1.3_setup.exe / Styles / CSS / Red.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-03-13  |  1.2 KB  |  86 lines

  1. body
  2. {
  3.     font-family: Verdana,Arial,Helvetica,sans-serif;
  4.     color: #000000;
  5.     background-color: #FFE4E4;
  6. }
  7.  
  8. .subtitle
  9. {
  10.     font-size: 10pt;
  11.     font-weight: bold;
  12.     padding-left: 5px;
  13.     padding-top: 1px;
  14.     padding-bottom: 1px;
  15.     color: #ffffff;
  16.     background-color: #FD6274;
  17. }
  18.  
  19. .maintitle
  20. {
  21.     font-size: 12pt;
  22.     font-weight: bold;
  23.     padding-left: 5px;
  24.     padding-top: 2px;
  25.     padding-bottom: 2px;
  26.     color: #ffffff;
  27.     background-color: #FD122D;
  28. }
  29.  
  30. .celllabel
  31. {
  32.     font-size: 10pt;
  33.     font-weight: bold;
  34.     padding-top: 2px;
  35.     padding-left: 5px;
  36.     padding-right: 5px;
  37.     padding-bottom: 2px;
  38.     color: #F00000;
  39.     background-color: #FFE4E4;
  40. }
  41.  
  42. .cellvalue
  43. {
  44.     font-size: 8pt;
  45.     font-weight: normal;
  46.     padding-top: 2px;
  47.     padding-left: 5px;
  48.     padding-right: 5px;
  49.     padding-bottom: 2px;
  50.     color: #000000;
  51.     background-color: #FFE4E4;
  52. }
  53.  
  54. .cellalt
  55. {
  56.     font-size: 8pt;
  57.     font-weight: normal;
  58.     padding-top: 2px;
  59.     padding-left: 5px;
  60.     padding-bottom: 5px;
  61.     color: #000000;
  62.     background-color: #FFE4E4;
  63. }
  64.  
  65. .maintable
  66. {
  67.     background-color: #FD6274;
  68. }
  69.  
  70. .detailsbg
  71. {
  72.     background-color: #FFE4E4;
  73. }
  74.  
  75. .link
  76. {
  77.     text-decoration: none;
  78.     color: #900202;
  79. }
  80.  
  81. a.link:hover
  82. {
  83.     text-decoration: underline;
  84.     color: FA02AB;
  85. }
  86.